home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / prog / newpass.zip / NEWPASS.DOC < prev    next >
Text File  |  1990-12-24  |  2KB  |  40 lines

  1.  
  2.         NewPass.C -- by David Scott
  3.         ***************************
  4.         
  5.         This program will generate random passwords for use as
  6.         passwords on BBS's.  Many sysops want users to use a
  7.         different password on each BBS.  I have a hard time 
  8.         coming up with 20 or 30 different passwords myself. So
  9.         I wrote NewPass.C to help me out.  I give NewPass.C to
  10.         the public domain in the hopes that someone will have a
  11.         use for it.  I've included the Turbo C source for the
  12.         program.  I'm not the best of C programmers, so if you 
  13.         have any thing to say about my program please be nice.
  14.         I've only been programming in C for about 2 months. I
  15.         know I have alot to learn.  
  16.         
  17.         There is some additional documentation in the C source.
  18.         I do not claim any responsability for damage done by 
  19.         changes to this program.  I suggest that you scan the
  20.         run object (.EXE) for virus infections.  You should do
  21.         this for any program you get -- shareware, PD or commercial.
  22.         I know of a few commercial programs that came with a
  23.         virus -- so don't trust ANY disk.  If you don't have a
  24.         virus scanner, then re-compile the .C source to create
  25.         a clean NewPass program.
  26.         
  27.         NewPass should be very easy to use.  It will ask all the
  28.         questions you'll need to generate the passwords.  Play 
  29.         with it a few times until you get the hang of it. Most
  30.         of all, just enjoy the program.  If you have any comments
  31.         or questions, then write to me at the below address:
  32.         
  33.  
  34.                         David Scott
  35.                         206 Hunters Road
  36.                         Huntersville, NC 28078
  37.                         
  38.  
  39.  
  40.